 @media screen and (max-width: 1400px) {
}
/* basic-css */
/* 基本元素重置 */
html {
	overflow-x:hidden;
}
* {
	margin:0px;
	padding:0px;
}
body, html, samp, #keywords {
	font-size:14px;
	font-family:"Microsoft YaHei", SimSun, SimHei;/*	    font-family: Arial, Helvetica, sans-serif;*/
}
img {
	border:0px;
}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
div {
	margin:0px auto;
}
li, dl, dt, dd {
	list-style-type:none;
}
/*p {
	text-align:justify;
	line-height:26px;
}*/
input, textarea, select, option, em, h1, h2, h3, h4, h4, h6, strong, span, li, dl, dt, td {
	font-size:14px;
}
h1, h2, h3, h4, h5, h6, em, i {
	font-style:normal;
	font-weight:400;
	outline:none;
}
@font-face {
font-family:teshu;
/*为引入的字体命名*/
src:url(../fonts/AKZIDENZGROTESK-EXTRABOLDALT_0.OTF);
/*定义要引入字体文件的路径*/
}

/*****************top*********************/
.clear {
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	line-height: 0px;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}
input, textarea, select {
	border:0;
	outline:none;/*去除蓝色边框*/
}
.fenye {
	text-align:center;
	clear:both;
	margin-top:20px;
	margin-bottom:40px;
}
.ep-pages {
	margin: 0 auto;
	display: inline-block;
	border-right: 1px solid #E8E8E8;
	margin-top:20px;
}
.ep-pages a, .ep-pages span {
	display: inline-block;
	border: 1px solid #E8E8E8;
	color:#3c3c3c;
	border-right:none;
	/*	margin-left:3px;
	margin-right:3px;*/
	padding-left:15px;
	padding-right:15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
.current {
	background:#C9151E !important;
	border: 1px solid #C9151E !important;
	color:#fff !important;
}
.disabled {
	color:#D8D8D8;
}
.ep-pages a:hover {
	background:#fff;
	/*	border: 1px solid #268bdb !important;*/
	color:#C9151E;
}
s {
	text-decoration:none;
}
em {
	font-style:normal;
}
.fanhui_n {
	height:62px;
	line-height:62px;
	text-align:center;
	background:#C9151E; float:right; margin-top:80px;
	width:180px;
}
.fanhui_n a {
	display: block; color:#fffefe; font-size:16px;
}
.fy {
	width:100%;
	padding: 50px 0 50px 0;
}
.fy p {
	color:#656565 !important;
	width: 100%;
	line-height: 30px !important;
	font-size: 14px !important;
}
.fy p a {
	color:#656565 !important;
}
.fy p a:hover {
	color:#60a60f !important;
}
.p_img {
	text-indent:inherit !important;
}
/*****************搜索***********************/

.ss {
	width:232px;
	height:50px;
	float: right;
	background:url(../images/ss.jpg) center no-repeat;
}
#keywords {
	border: none;
	background: none;
	outline:none;/*去除蓝色边框*/
	color:#fff;
	line-height:33px;
	height:50px;
	width:170px;
	font-size:14px;
	float:left;
	margin-left:14px;
	margin-right:6px;
}
.ss-zz {
	letter-spacing: 1px;
	font-size: 14px;
}
.sousuo {
	width:40px;
	height:50px;
	float:right;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
	background: none;
}
/*****************搜索***********************/



::-webkit-input-placeholder { /* WebKit browsers */
color: #404040;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:  #404040;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #404040;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:  #404040;
}
.fen_sx {
	margin-top:20px;
	height:auto;
	overflow:hidden;
}
.fen_sx span a {
	font-size:16px;
	line-height:28px;
	color:#333333;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.fen_sx span a:hover {
	font-size:16px;
	line-height:28px;
	color:#f0ab62;
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
.cur_img {
	text-indent:0px !important;
}


/*********************************************/
button { /*IE67button变宽解决*/
	overflow: visible;
	padding: 0 .5em;
}
.apple {
	-webkit-appearance: none; /*清除苹果手机特效*/
}
input, textarea {
	border-radius: 0px; /*清除苹果手机特效*/
	outline: none; /*清除Chrome文本框发光*//*-webkit-tap-highlight-color:rgba(0,0,0,0)苹果点击按钮平面闪动*/
}
/*清楚苹果手机按钮*/

input[type="button"], input[type="submit"], input[type="reset"], select, button {
	-webkit-appearance: none;/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
textarea {
	-webkit-appearance: none;
}
input {
	-webkit-appearance:none; /*去除input默认样式*/
}
/*清楚苹果手机按钮*/